|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectfurny.ga.FurnLayoutPhenotypeGenerator
public class FurnLayoutPhenotypeGenerator
This class is the decoder for furniture genotypes. It creates phenotypes.
| Constructor Summary | |
|---|---|
FurnLayoutPhenotypeGenerator()
Creates a new furniture phenotype generator. |
|
| Method Summary | |
|---|---|
com.jme3.scene.Node |
createPhenotype(FurnLayoutIndividual individual)
Creates a phenotype from a genotype. |
void |
setAssetManager(com.jme3.asset.AssetManager assetManager)
Setter for the asset manager. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FurnLayoutPhenotypeGenerator()
| Method Detail |
|---|
public void setAssetManager(com.jme3.asset.AssetManager assetManager)
IPhenotypeGenerator
setAssetManager in interface IPhenotypeGenerator<FurnLayoutIndividual,com.jme3.scene.Node>assetManager - The asset manager.public com.jme3.scene.Node createPhenotype(FurnLayoutIndividual individual)
IPhenotypeGenerator
createPhenotype in interface IPhenotypeGenerator<FurnLayoutIndividual,com.jme3.scene.Node>individual - Individual that contains the genotype.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||